semi-supervised Learning

Surveys

An Overview of Deep Semi-Supervised Learning

Semi-supervised learning

  1. mixmatch [4]: gracefully unify data augmentation, sharpening (low entropy), mixup.

  2. unsupervised data augmentation [5] [code]

co-training for semi-supervised Learning

  1. multi-view: co-training [1], tri-net [2]

  2. multi-graph: label propagation [3]

Reference

[1] Deep Co-Training for Semi-Supervised Image Recognition

[2] Tri-net for Semi-Supervised Deep Learning

[3] Consensus-Driven Propagation in Massive Unlabeled Data for Face Recognition

[4] Berthelot, David, et al. “Mixmatch: A holistic approach to semi-supervised learning.” arXiv preprint arXiv:1905.02249 (2019).

[5] Qizhe Xie, Zihang Dai, Eduard Hovy, Minh-Thang Luong, Quoc V. Le, “Unsupervised Data Augmentation for Consistency Training.” arXiv preprint arXiv:1904.12848 (2019).